github.com/go-faster/jx.value.buf (field)

24 uses

	github.com/go-faster/jx (current package)
		dec_num.go#L34: 			d.ResetBytes(str.buf)
		dec_num.go#L55: 			v = append(v, str.buf...)
		dec_obj.go#L47: 	if err := f(d, k.buf); err != nil {
		dec_obj.go#L68: 		if err := f(d, k.buf); err != nil {
		dec_obj_iter.go#L82: 	i.key = k.buf
		dec_str.go#L14: 		buf: b,
		dec_str.go#L21: 	return v.buf, nil
		dec_str.go#L25: 	buf []byte
		dec_str.go#L31: 		buf: appendRune(v.buf, r),
		dec_str.go#L115: 			return value{buf: str, raw: true}, nil
		dec_str.go#L117: 		return value{buf: append(v.buf, str...)}, nil
		dec_str.go#L122: 		return d.strSlow(value{buf: append(v.buf, str...)})
		dec_str.go#L195: 		v.buf = append(v.buf, d.buf[d.head:d.head+i]...)
		dec_str.go#L210: 		return value{buf: append(v.buf, str...)}, nil
		dec_str.go#L212: 		v.buf = append(v.buf, str...)
		dec_str.go#L235: 	return v.buf, nil
		dec_str.go#L250: 		v.buf = append(v.buf, val)